home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / multi / singing / shared.dxr / 01951_Sound laptop.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  345 b   |  16 lines

  1. on mouseDown
  2.   puppetSprite(the clickOn, 1)
  3.   set the castNum of sprite the clickOn to the castNum of sprite the clickOn + 1
  4.   updateStage()
  5.   if the soundLevel <> 0 then
  6.     set the soundLevel to 0
  7.   else
  8.     set the soundLevel to 7
  9.   end if
  10.   beep()
  11.   repeat while the mouseDown
  12.   end repeat
  13.   puppetSprite(the clickOn, 0)
  14.   updateStage()
  15. end
  16.